type testing.discard

3 uses

	testing (current package)
		benchmark.go#L1007: 			w:      discard{},
		benchmark.go#L1019: type discard struct{}
		benchmark.go#L1021: func (discard) Write(b []byte) (n int, err error) { return len(b), nil }